home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / ED / PCKEY.ZIP / SAVE.SCR < prev    next >
Encoding:
Text File  |  1993-05-25  |  329 b   |  14 lines

  1. :save.scr
  2.  
  3. cursor 25 7
  4. print 'This is the end of lesson
  5. cursor 8 11
  6. print 'If you want to stop for now and save your progress then press S.
  7. cursor 3 13
  8. print 'If you want to continue press C. ESC will return you to the TUTORIAL MENU.
  9.  
  10. :wait_for_c
  11. wait -
  12. if key ! C if key ! c if key ! S if key ! s goto wait_for_c
  13.  
  14.